func crypto/ecdsa.signGeneric
2 uses
crypto/ecdsa (current package)
ecdsa.go#L240: func signGeneric(priv *PrivateKey, csprng *cipher.StreamReader, c elliptic.Curve, hash []byte) (r, s *big.Int, err error) {
ecdsa_noasm.go#L16: return signGeneric(priv, csprng, c, hash)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)